character cell - definição. O que é character cell. Significado, conceito
Diclib.com
Dicionário Online

O que (quem) é character cell - definição

COMPUTER DISPLAY MODE BASED ON CHARACTERS
80x24; 80x25; Textmode; Hardware text mode; Character pointer table; Character cell; Text-mode; Alphanumeric character generator

Text mode         
Text mode is a computer display mode in which content is internally represented on a computer screen in terms of characters rather than individual pixels. Typically, the screen consists of a uniform rectangular grid of character cells, each of which contains one of the characters of a character set; at the same time, contrasted to all points addressable (APA) mode or other kinds of computer graphics modes.
List of Sleeper Cell characters         
WIKIMEDIA LIST ARTICLE
User:DrBat/List of Sleeper Cell characters; Faris al-Farik; Salim Abdul Haimi; Hassani (Sleeper Cell character); Farah (Sleeper Cell character)
The following is a list of descriptions for characters on the Showtime television series Sleeper Cell.
Character (arts)         
  • Four ''[[commedia dell'arte]]'' characters, whose costumes and demeanor indicate the [[stock character]] roles that they portray in this genre.
  • pages=365–380}}</ref>
FICTIONAL HUMAN OR NON-HUMAN CHARACTER IN A NARRATIVE WORK OF ART
Cartoon character; Fictional charactor; Fictional characters; Major character; Cartoon characters; Role (actor); Role (performing arts); Secondary character; Dynamic character; Flat character; Flat and Round Characters; Literary character; Subordinate character; Round character; Fictional people; Regular character; Regular characters; Character (fiction); Static character; Static characters; Dynamic characters; Pseudo-character; Fictional character; Original character; User:XaviorK8/Nimbus Littling; Fiction character; Guest character; Ongoing character; Series regular; Film role; Fictional role; Fiction role; Role (fiction); Fictional group; Minor Character; Character (media); Character (dramatic arts)
In fiction, a character is a person or other being in a narrative (such as a novel, play, radio or television series, music, film, or video game).Baldick (2001, 37) and Childs and Fowler (2006, 23).

Wikipédia

Text mode

Text mode is a computer display mode in which content is internally represented on a computer screen in terms of characters rather than individual pixels. Typically, the screen consists of a uniform rectangular grid of character cells, each of which contains one of the characters of a character set; at the same time, contrasted to all points addressable (APA) mode or other kinds of computer graphics modes.

Text mode applications communicate with the user by using command-line interfaces and text user interfaces. Many character sets used in text mode applications also contain a limited set of predefined semi-graphical characters usable for drawing boxes and other rudimentary graphics, which can be used to highlight the content or to simulate widget or control interface objects found in GUI programs. A typical example is the IBM code page 437 character set.

An important characteristic of text mode programs is that they assume monospace fonts, where every character has the same width on screen, which allows them to easily maintain the vertical alignment when displaying semi-graphical characters. This was an analogy of early mechanical printers which had fixed pitch. This way, the output seen on the screen could be sent directly to the printer maintaining the same format.

Depending on the environment, the screen buffer can be directly addressable. Programs that display output on remote video terminals must issue special control sequences to manipulate the screen buffer. The most popular standards for such control sequences are ANSI and VT100.

Programs accessing the screen buffer through control sequences may lose synchronization with the actual display so that many text mode programs have a redisplay everything command, often associated with the Ctrl-L key combination.